Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.webengine.blogs.core.types--schema

This contribution is part of XML component org.nuxeo.webengine.blogs.core.types inside nuxeo-webengine-blogs-core-6.0.jar

Extension Point

Extension point schema of component TypeService.

Contributed Items

  • <schema name="blog" prefix="blog" src="schemas/blog.xsd"/>
  • <schema name="blogpost" prefix="blogpost" src="schemas/blogpost.xsd"/>

XML Source

<extension point="schema" target="org.nuxeo.ecm.core.schema.TypeService">
    <schema name="blog" prefix="blog" src="schemas/blog.xsd"/>
    <schema name="blogpost" prefix="blogpost" src="schemas/blogpost.xsd"/>
  </extension>